hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipG2DBinding.drawText
hip
api
graphics
g2d
g2d_binding
HipG2DBinding
Draws a text using the last font set
class
HipG2DBinding
extern (
System
) __gshared
void
function
(
string
text
,
int
x
,
int
y
,
HipColor
color
=
HipColor.white
,
HipTextAlign
alignH
=
HipTextAlign.CENTER
,
HipTextAlign
alignV
=
HipTextAlign.CENTER
,
int
boundsWidth
= -
1
,
int
boundsHeight
= -
1
,
bool
wordWrap
=
false
)
drawText
;
Meta
Source
See Implementation
hip
api
graphics
g2d
g2d_binding
HipG2DBinding
static variables
cropSpritesheet
drawEllipse
drawLine
drawMap
drawPixel
drawQuadraticBezierLine
drawRectangle
drawRegion
drawSprite
drawText
drawTextVertices
drawTexture
drawTriangle
fillEllipse
fillRectangle
fillRoundRect
fillTriangle
getCurrentViewport
getWindowSize
newHipAnimation
newHipAnimationTrack
setCameraSize
setFont
setFontDeferred
setGeometryColor
setRendererColorMask
setRendererErrorCheckingEnabled
setStencilOperation
setStencilTestingEnabled
setStencilTestingFunction
setStencilTestingMask
setTextColor
setViewport
setWindowSize
Draws a text using the last font set